home *** CD-ROM | disk | FTP | other *** search
- object TransferForm: TTransferForm
- Left = 248
- Top = 184
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Transferring a File'
- ClientHeight = 102
- ClientWidth = 253
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 117
- Height = 13
- Caption = '0 of 0 bytes transferred...'
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 16
- Width = 241
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 88
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- end
-